4.0.2
authorMatthias Clasen <mclasen@redhat.com>
Tue, 19 Jan 2021 03:23:57 +0000 (22:23 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 19 Jan 2021 03:23:57 +0000 (22:23 -0500)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 8de015a73ca86b602a0cf107736ebdfa023b8f49..5167e3d7ef783dc8c84b8d1f3f57d1d37e32ee2e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+Overview of Changes in 4.0.2
+============================
+
+* GtkAboutDialog:
+ - Set icon size for the logo
+ - Fix initial focus to be the same as in GTK 3
+
+* GtkImage:
+ - Update icons on scale change
+
+* Wayland: Fix crashes with touch and tablet events
+
+* Windows:
+ - Fix surface and geometry computation
+ - Remove layered window usage
+
+* MacOS: Support stylus devices
+
+* Themes:
+ - Adwaita: Remove edge highlights
+ - Adwaita: Update image assets
+ - Make Adwaita-dark available as standalone theme
+ - Make HighContrastInverse the dark variant of HighContrast
+
+* Docs:
+ - Complete GtkAspectFrame docs
+ - Clarify migration docs for widget signals
+
+* Inspector:
+ - Fix a critical with the recorder
+ - Fix a crash with treeviews
+ - Show overlay layout properties
+ - Add a legend for the layout overlay
+
+* Build:
+ - Fix build with gcc 11
+ - Support building without sassc
+
+* Translation updates:
+ Basque
+ Czech
+ Friulian
+ Polish
+ Romanian
+ Spanish
+ Swedish
+ Ukrainian
+
+
 Overview of Changes in 4.0.1
 ============================
 
index 3edb716efc4a8cc27c5d9909a7f79cd1498fda07..d546c00b91e678a88f6fee1f1d1d73cef6a8e673 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '4.0.1',
+        version: '4.0.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',